projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894b9dd
)
* imenu.el (imenu): Inhibit push-mark message.
author
Chong Yidong
<cyd@gnu.org>
Mon, 29 Oct 2012 09:58:49 +0000
(17:58 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Mon, 29 Oct 2012 09:58:49 +0000
(17:58 +0800)
Fixes: debbugs:12726
lisp/ChangeLog
patch
|
blob
|
history
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 093d392d7d3f659d32d717da9ef299c04a1e64f4..38a3e3806b8fd065e59b1ccacc11885cc4cc2667 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2012-10-29 Chong Yidong <cyd@gnu.org>
+ * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
+
* face-remap.el (face-remap-add-relative): Handle the case where a
face-remapping-alist entry is a cons cell (Bug#12762).
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index 47a2f1e3b40675cc3a7b985c1c40c93256fb1d8e..4686d1cf538f50c179b68f5916f69bae6c38bb78 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-1018,7
+1018,7
@@
for more information."
(if (stringp index-item)
(setq index-item (assoc index-item (imenu--make-index-alist))))
(when index-item
- (push-mark)
+ (push-mark
nil t
)
(let* ((is-special-item (listp (cdr index-item)))
(function
(if is-special-item